home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Programy / ignition.exe / {app} / Ignition.exe / 0 / RCDATA / TRESULTDLG / TRESULTDLG.txt
Text File  |  2005-01-07  |  3KB  |  148 lines

  1. object ResultDlg: TResultDlg
  2.   Left = 302
  3.   Top = 247
  4.   BorderStyle = bsSingle
  5.   Caption = 'Results'
  6.   ClientHeight = 308
  7.   ClientWidth = 450
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object tv: TTreeView
  18.     Left = 1
  19.     Top = 1
  20.     Width = 248
  21.     Height = 272
  22.     Images = main.ImageList
  23.     Indent = 19
  24.     MultiSelect = True
  25.     MultiSelectStyle = [msControlSelect, msShiftSelect, msVisibleOnly, msSiblingOnly]
  26.     ReadOnly = True
  27.     TabOrder = 0
  28.   end
  29.   object burn_btn: TButton
  30.     Left = 8
  31.     Top = 280
  32.     Width = 73
  33.     Height = 25
  34.     Caption = 'Burn'
  35.     Default = True
  36.     TabOrder = 1
  37.     OnClick = burn_btnClick
  38.   end
  39.   object cancel_btn: TButton
  40.     Left = 368
  41.     Top = 280
  42.     Width = 73
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     TabOrder = 2
  47.     OnClick = cancel_btnClick
  48.   end
  49.   object save_btn: TButton
  50.     Left = 277
  51.     Top = 280
  52.     Width = 80
  53.     Height = 25
  54.     Caption = 'Save Project'
  55.     TabOrder = 3
  56.     OnClick = save_btnClick
  57.   end
  58.   object stats_grp: TGroupBox
  59.     Left = 256
  60.     Top = 0
  61.     Width = 193
  62.     Height = 273
  63.     Caption = 'Statistics'
  64.     TabOrder = 4
  65.     object totsize_lbl: TLabel
  66.       Left = 8
  67.       Top = 16
  68.       Width = 53
  69.       Height = 13
  70.       Caption = 'Total Size :'
  71.     end
  72.     object used_lbl: TLabel
  73.       Left = 8
  74.       Top = 32
  75.       Width = 63
  76.       Height = 13
  77.       Caption = 'Space used :'
  78.     end
  79.     object globwaste_lbl: TLabel
  80.       Left = 8
  81.       Top = 48
  82.       Width = 67
  83.       Height = 13
  84.       Caption = 'Global waste :'
  85.     end
  86.     object minwaste_lbl: TLabel
  87.       Left = 8
  88.       Top = 64
  89.       Width = 78
  90.       Height = 13
  91.       Caption = 'Minimum waste :'
  92.     end
  93.     object maxwaste_lbl: TLabel
  94.       Left = 8
  95.       Top = 80
  96.       Width = 81
  97.       Height = 13
  98.       Caption = 'Maximum waste :'
  99.     end
  100.     object waste_grp: TGroupBox
  101.       Left = 8
  102.       Top = 104
  103.       Width = 177
  104.       Height = 153
  105.       Caption = 'Waste per media'
  106.       TabOrder = 0
  107.       object waste_lst: TListBox
  108.         Left = 8
  109.         Top = 16
  110.         Width = 161
  111.         Height = 129
  112.         Font.Charset = DEFAULT_CHARSET
  113.         Font.Color = clWindowText
  114.         Font.Height = -11
  115.         Font.Name = 'MS Sans Serif'
  116.         Font.Pitch = fpFixed
  117.         Font.Style = []
  118.         ItemHeight = 13
  119.         ParentFont = False
  120.         TabOrder = 0
  121.       end
  122.     end
  123.   end
  124.   object text_btn: TButton
  125.     Left = 186
  126.     Top = 280
  127.     Width = 80
  128.     Height = 25
  129.     Caption = 'Export as text'
  130.     TabOrder = 5
  131.     OnClick = text_btnClick
  132.   end
  133.   object createiso_btn: TButton
  134.     Left = 96
  135.     Top = 280
  136.     Width = 73
  137.     Height = 25
  138.     Caption = 'Create ISO'
  139.     TabOrder = 6
  140.     OnClick = createiso_btnClick
  141.   end
  142.   object BF: TJvBrowseForFolderDialog
  143.     RootDirectory = fdRootFolder
  144.     Left = 16
  145.     Top = 240
  146.   end
  147. end
  148.